home *** CD-ROM | disk | FTP | other *** search
- inherited JournalUnlockForm: TJournalUnlockForm
- BorderStyle = bsDialog
- Caption = 'The Jounal - Unlock'
- ClientHeight = 310
- ClientWidth = 311
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel [1]
- Left = 16
- Top = 160
- Width = 280
- Height = 113
- TabOrder = 1
- object EnterPasswordLabel: TLabel
- Left = 63
- Top = 4
- Width = 153
- Height = 16
- Caption = 'Enter Password to Unlock'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object OrPressCloseLabel: TLabel
- Left = 95
- Top = 20
- Width = 90
- Height = 16
- Caption = 'Or Press Close'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object UserNameLabel: TLabel
- Left = 16
- Top = 55
- Width = 69
- Height = 16
- Caption = 'User Name'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object PasswordLabel: TLabel
- Left = 16
- Top = 75
- Width = 60
- Height = 16
- Caption = 'Password'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object UserNameEdit: TEdit
- Left = 124
- Top = 53
- Width = 137
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- object PasswordEdit: TEdit
- Left = 124
- Top = 73
- Width = 137
- Height = 21
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- PasswordChar = '*'
- TabOrder = 1
- end
- end
- object OkButton: TButton [2]
- Left = 36
- Top = 280
- Width = 75
- Height = 25
- Caption = '&Ok'
- Default = True
- TabOrder = 2
- OnClick = OkButtonClick
- end
- object CloseButton: TButton [3]
- Left = 118
- Top = 280
- Width = 75
- Height = 25
- Caption = 'C&lose Journal'
- TabOrder = 3
- OnClick = CloseButtonClick
- end
- object CancelButton: TButton [4]
- Left = 200
- Top = 280
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- end
-